From: Evgen Druzhynin Date: Thu, 19 Oct 2017 10:36:52 +0000 (+0300) Subject: Fix documentation for package.readme option. X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~5^2~29^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=5ccf654cb846b5b088369241905ed8ec1458405e;p=cargo.git Fix documentation for package.readme option. --- diff --git a/src/doc/book/src/reference/manifest.md b/src/doc/book/src/reference/manifest.md index 6a79c7a1b..b10eecaaf 100644 --- a/src/doc/book/src/reference/manifest.md +++ b/src/doc/book/src/reference/manifest.md @@ -155,6 +155,7 @@ repository = "..." # This points to a file under the package root (relative to this `Cargo.toml`). # The contents of this file are stored and indexed in the registry. +# crates.io will render this file and place the result on the crate's page. readme = "..." # This is a list of up to five keywords that describe this crate. Keywords diff --git a/src/doc/manifest.md b/src/doc/manifest.md index 6dbed298c..a8b4a306c 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -152,6 +152,7 @@ repository = "..." # This points to a file under the package root (relative to this `Cargo.toml`). # The contents of this file are stored and indexed in the registry. +# crates.io will render this file and place the result on the crate's page. readme = "..." # This is a list of up to five keywords that describe this crate. Keywords